From: Michaƫl Cadilhac Date: Sun, 26 Aug 2007 20:39:06 +0000 (+0000) Subject: Remove the `letterpaper' counter, specify PDF layout, use a PDF X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~16928 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c29651cb1800f7e1875095c27edf3ee3e619ca16;p=emacs.git Remove the `letterpaper' counter, specify PDF layout, use a PDF `compile-command' local variable. --- diff --git a/etc/refcards/de-refcard.tex b/etc/refcards/de-refcard.tex index 76de0410b52..0c82ebde082 100644 --- a/etc/refcards/de-refcard.tex +++ b/etc/refcards/de-refcard.tex @@ -4,17 +4,17 @@ % %**start of header \newcount\columnsperpage -\newcount\letterpaper % This file can be printed with 1, 2, or 3 columns per page (see below). % Specify how many you want here. \columnsperpage=3 -% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful -% only when columnsperpage is 2 or 3. +% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for +% a landscape layout. -\letterpaper=0 +\input pdflayout.sty +\pdflayout=(0l) % If you don't have german.sty, you can either get it from CTAN or % change the \glqq and \grqq commands below. @@ -689,7 +689,7 @@ wird. F\"ur n\"ahere Details geben Sie \kbd{C-h f interactive} ein. \bye % Local variables: -% compile-command: "tex de-refcard" +% compile-command: "pdftex de-refcard" % End: % arch-tag: af0a2666-f289-49f1-a9cc-cedab9783314